home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
zoetek
/
source
/
shckclck.dir
/
00113_12-24 switch.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-11
|
220 b
|
11 lines
global bignil, samemode
on mouseDown
set samemode to not samemode
getTheTime()
set x to the result
donum(1, bignil, the pad of x, the hour of x)
ampm(the twelveHrMode of x, the pm of x, 1)
updateStage()
end